home *** CD-ROM | disk | FTP | other *** search
/ SCI Games E3 2005 Press Kit (USA) / SCI Games E3 2005 Press Kit (USA).bin / runme_mac.swf / scripts / DoInitAction.as < prev    next >
Text File  |  2005-05-05  |  217b  |  6 lines

  1. Object.registerClass("FocusManager",mx.managers.FocusManager);
  2. if(_root.focusManager == undefined)
  3. {
  4.    _root.createClassObject(mx.managers.FocusManager,"focusManager",mx.managers.DepthManager.highestDepth--);
  5. }
  6.